home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11552 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  704 b 

  1. Path: news.exodus.net!news
  2. From: Austin Ju <jun@pixera.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: TYPEDEF help needed
  5. Date: 15 Mar 1996 01:06:50 GMT
  6. Organization: exodus communications, inc.
  7. Message-ID: <4iafra$gfo@saturn.exodus.net>
  8. NNTP-Posting-Host: jun.pixera.com
  9.  
  10. alverste@cs.vu.nl (Andre Versteeg) writes:
  11. > What is wrong with the following:
  12. > I like to have an array of structs with a certain name:
  13. > typedef struct Coordinates
  14.                  ^^^^^^^^^^^
  15.                  try take this away or change to 
  16.                  other name
  17. > {
  18. >     int x,y;
  19. > } Coordinates;
  20. > typedef Coordinates[100] CoordinatesList;
  21. > Please help me,
  22. > Greetings,
  23. > Andre
  24. > S.O.S...
  25.  
  26.